home *** CD-ROM | disk | FTP | other *** search
- /* $Id: Guid.cpp 1.2 1997/05/12 19:04:11 damien Exp $ */
-
- ////////////////////////////////////////////////////////////////////////
- // Exporter Example : Simple DXF Export //
- //--------------------------------------------------------------------//
- // GUID Definitions // //
- ////////////////////////////////////////////////////////////////////////
-
-
- #define INITGUID // to initialise the GUIDs
-
- #include "I3DExIO.h" // IID_I3DExExportFilter
- #include "I3DShUti.h" // IID_IShFileStream, etc.
- #include "comdxf.h" // CLSID_SimpleDXFExport
- #include "I3DShTre.h" // IID_I3DShInstance
-
-
-